home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON03 / ACT03A / L03B1.DIR / Internal_58.ls < prev    next >
Encoding:
Text File  |  2003-09-23  |  269 b   |  10 lines

  1. on mouseEnter me
  2.   cursor = the number of member "pointer"
  3.   mask = the number of member "pointer mask"
  4.   set the cursor of sprite the spriteNum of me to [cursor, mask]
  5. end
  6.  
  7. on mouseUp me
  8.   animateSpeaker(me.spriteNum, ["intro", "drag", "change", "done", "print"])
  9. end
  10.